gtkicontheme: check if the context quark string is not null
authorIgnacio Casal Quinteiro <icq@gnome.org>
Mon, 17 Oct 2016 11:02:26 +0000 (13:02 +0200)
committerIgnacio Casal Quinteiro <icq@gnome.org>
Mon, 17 Oct 2016 11:04:31 +0000 (13:04 +0200)
commita12b691b76c6b1f77be5a152211ee83de6fe104b
tree8e9864e857227417a3faa7ac8d4baeb4eb9120b8
parent857d241e22bbe69cc9e72f93519275073edb3f5d
gtkicontheme: check if the context quark string is not null

On windows you might not have a theme installed by default which
means that when trying to create the context quark it will fail.
If then we try to replace a NULL key in the hash table it will crash.

https://bugzilla.gnome.org/show_bug.cgi?id=769859
gtk/gtkicontheme.c